home *** CD-ROM | disk | FTP | other *** search
-
-
-
- - 1 -
-
-
-
- 5. _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
-
- Netscape's list of known problems is located in the Release
- Notes mentioned in the last chapter.
-
- As with any _N_e_t_s_c_a_p_e Server products, there are a number of
- semaphores consumed by each server instance. It is thus
- possible for you to encounter the following error during an
- operation via the Administration Server:
-
- usinit: no space left on device
-
- To solve this problem you can either run fewer instances of
- _N_e_t_s_c_a_p_e Servers or increase the resources limit on your
- system by doing:
-
- $ su -
- # cd /var/sysgen/master.d
- # cp usema usema.orig
- # chmod +w usema
- # vi usema
-
- *
- * usema - pollable semaphores
- *
- *FLAG PREFIX SOFT #DEV DEPENDENCIES
- sc us 47 -
- usexit(){false}
-
- $$$
-
- /* max minor devs is 255 */
- #define USMAXDEVS 254
- int usmaxdevs = USMAXDEVS;
-
-
- Increase USMAXDEVS to a number equal to 60 * number of server
- instances running.
-
- # autoconfig -f
- # reboot
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-